home *** CD-ROM | disk | FTP | other *** search
/ Exploring Aeronautics / NASA Exploring Aeronautics.iso / pc / source / visitor.dxr / Internal_12_click text.ls < prev    next >
Encoding:
Text File  |  1998-06-02  |  118 b   |  8 lines

  1. global gSoundManager
  2.  
  3. on mouseUp
  4.   if the doubleClick then
  5.     mVoiceOver(gSoundManager, "visitor0.aif")
  6.   end if
  7. end
  8.